Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SecuritySchemeModel<TScope : Enum<TScope>, Described>(val type: SecuritySchemeType, val referenceName: String, val name: String? = null, val in: APIKeyLocation? = null, val scheme: HttpSecurityScheme? = null, val bearerFormat: String? = null, val flows: FlowsModel<TScope>? = null, val openIdConnectUrl: String? = null) : DataModel